From: Hamish Guthrie Date: Thu, 17 Jan 2013 15:17:11 +0000 (+0000) Subject: python: Enable threading in python X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=04c7a45cffa07e3627bccde13b9a832597a38418;p=openwrt%2Fsvn-archive%2Fpackages.git python: Enable threading in python SVN-Revision: 35196 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index d66f14c02..8493b5574 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -461,7 +461,7 @@ define Host/Configure rm -rf config.cache; \ CONFIG_SITE= \ OPT="$(HOST_CFLAGS)" \ - ./configure --without-cxx-main --without-threads --prefix=$(STAGING_DIR_HOST); \ + ./configure --without-cxx-main --with-threads --prefix=$(STAGING_DIR_HOST); \ ) endef